Skip to content

Conversation

@bobtabor-msft
Copy link
Contributor

Purpose

  • Dependabot is dying because python-test.yaml is using an old version of postgresql (that has been retired) which Django utils can't use any more
  • GitHub Actions was brownouting to highlight the need to bump the Ubuntu version from 20.04 to 24.04, the latest LTS
  • This fixes both issues, and allows Dependabot to do its thing

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
fork
run GitHub actions
Enjoy happy success 
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

Updating postgresql version to latest (17)
Updating os to Ubuntu 24.04
@bobtabor-msft bobtabor-msft merged commit 5bb882a into Azure-Samples:main Feb 26, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant